Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.Exchangeable Namespace / IExtensibleObject<T> Interface
The type of the extensible class.
Members


IExtensibleObject<T> Interface
Enable an object to participate in custom behavior, such as registering for events, or watching state transitions.
Syntax
'Declaration
 
Public Interface IExtensibleObject(Of T As IExtensibleObject(Of T)) 
 
'Usage
 
Dim instance As IExtensibleObject(Of T)
Type Parameters
T
The type of the extensible class.
See Also